home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TOPTIONS / TOPTIONS.txt
Encoding:
Text File  |  2003-04-14  |  6.2 KB  |  294 lines

  1. object Options: TOptions
  2.   Left = 314
  3.   Top = 216
  4.   Width = 412
  5.   Height = 291
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'iparmoroptions'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object button_ok: TGradBtn
  21.     Left = 208
  22.     Top = 232
  23.     Width = 73
  24.     Height = 21
  25.     DisabledColor = clGray
  26.     BeginColor = 13565951
  27.     EndColor = 15790320
  28.     GradientStyle = gsHorizontal
  29.     TextStyle = tsNormal
  30.     Caption = 'OK'
  31.     OnClick = button_okClick
  32.     Font.Charset = DEFAULT_CHARSET
  33.     Font.Color = clGreen
  34.     Font.Height = -11
  35.     Font.Name = 'MS Sans Serif'
  36.     Font.Style = []
  37.     TabOrder = 0
  38.     TabStop = True
  39.   end
  40.   object GradBtn1: TGradBtn
  41.     Left = 300
  42.     Top = 232
  43.     Width = 73
  44.     Height = 21
  45.     DisabledColor = clGray
  46.     BeginColor = 13565951
  47.     EndColor = 15790320
  48.     GradientStyle = gsHorizontal
  49.     TextStyle = tsNormal
  50.     Caption = 'Cancel'
  51.     OnClick = GradBtn1Click
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clGreen
  54.     Font.Height = -11
  55.     Font.Name = 'MS Sans Serif'
  56.     Font.Style = []
  57.     TabOrder = 1
  58.     TabStop = True
  59.   end
  60.   object PageControl1: TPageControl
  61.     Left = 0
  62.     Top = 0
  63.     Width = 404
  64.     Height = 225
  65.     ActivePage = TabSheet1
  66.     Align = alTop
  67.     TabOrder = 2
  68.     object TabSheet1: TTabSheet
  69.       Caption = 'General'
  70.       object CheckBox1: TCheckBox
  71.         Left = 64
  72.         Top = 44
  73.         Width = 125
  74.         Height = 17
  75.         Caption = 'Load With Windows'
  76.         TabOrder = 0
  77.       end
  78.       object ColorComboBox1: TColorComboBox
  79.         Left = 64
  80.         Top = 124
  81.         Width = 117
  82.         Height = 20
  83.         ColorValue = clBlue
  84.         Color = clCaptionText
  85.         Style = csDropDown
  86.         TabOrder = 1
  87.       end
  88.       object CheckBox9: TCheckBox
  89.         Left = 64
  90.         Top = 88
  91.         Width = 97
  92.         Height = 17
  93.         Caption = 'Sidebar Color'
  94.         Checked = True
  95.         State = cbChecked
  96.         TabOrder = 2
  97.       end
  98.     end
  99.     object TabSheet2: TTabSheet
  100.       Caption = 'Firewall'
  101.       ImageIndex = 1
  102.       object CheckBox2: TCheckBox
  103.         Left = 48
  104.         Top = 52
  105.         Width = 97
  106.         Height = 17
  107.         Caption = 'User Firewall'
  108.         Checked = True
  109.         State = cbChecked
  110.         TabOrder = 0
  111.       end
  112.       object CheckBox3: TCheckBox
  113.         Left = 48
  114.         Top = 96
  115.         Width = 97
  116.         Height = 17
  117.         Caption = 'POP3 Scan'
  118.         Checked = True
  119.         State = cbChecked
  120.         TabOrder = 1
  121.       end
  122.       object CheckBox4: TCheckBox
  123.         Left = 224
  124.         Top = 52
  125.         Width = 149
  126.         Height = 17
  127.         Caption = 'Monitor Port connection'
  128.         Checked = True
  129.         State = cbChecked
  130.         TabOrder = 2
  131.       end
  132.       object CheckBox5: TCheckBox
  133.         Left = 224
  134.         Top = 96
  135.         Width = 109
  136.         Height = 17
  137.         Caption = 'Motitor Network'
  138.         Checked = True
  139.         State = cbChecked
  140.         TabOrder = 3
  141.       end
  142.       object CheckBox13: TCheckBox
  143.         Left = 48
  144.         Top = 140
  145.         Width = 109
  146.         Height = 17
  147.         Caption = 'Password Guard'
  148.         Checked = True
  149.         State = cbChecked
  150.         TabOrder = 4
  151.       end
  152.       object CheckBox15: TCheckBox
  153.         Left = 224
  154.         Top = 140
  155.         Width = 109
  156.         Height = 17
  157.         Caption = 'P2P Guard'
  158.         TabOrder = 5
  159.       end
  160.     end
  161.     object TabSheet3: TTabSheet
  162.       Caption = 'Scan'
  163.       ImageIndex = 2
  164.       object CheckBox6: TCheckBox
  165.         Left = 60
  166.         Top = 44
  167.         Width = 97
  168.         Height = 17
  169.         Caption = 'Scan Zip Rar'
  170.         Checked = True
  171.         State = cbChecked
  172.         TabOrder = 0
  173.       end
  174.       object CheckBox7: TCheckBox
  175.         Left = 60
  176.         Top = 76
  177.         Width = 97
  178.         Height = 17
  179.         Caption = 'Scan Worm'
  180.         Checked = True
  181.         State = cbChecked
  182.         TabOrder = 1
  183.       end
  184.       object CheckBox10: TCheckBox
  185.         Left = 220
  186.         Top = 108
  187.         Width = 97
  188.         Height = 17
  189.         Caption = 'Scan Startup'
  190.         TabOrder = 2
  191.       end
  192.       object CheckBox11: TCheckBox
  193.         Left = 220
  194.         Top = 44
  195.         Width = 97
  196.         Height = 17
  197.         Caption = 'Scan Scr'
  198.         TabOrder = 3
  199.       end
  200.       object CheckBox12: TCheckBox
  201.         Left = 220
  202.         Top = 76
  203.         Width = 97
  204.         Height = 17
  205.         Caption = 'Scan Bat'
  206.         TabOrder = 4
  207.       end
  208.       object CheckBox14: TCheckBox
  209.         Left = 60
  210.         Top = 112
  211.         Width = 97
  212.         Height = 17
  213.         Caption = 'Scan Dll'
  214.         TabOrder = 5
  215.       end
  216.       object CheckBox16: TCheckBox
  217.         Left = 60
  218.         Top = 144
  219.         Width = 97
  220.         Height = 17
  221.         Caption = 'Scan Pif'
  222.         Checked = True
  223.         State = cbChecked
  224.         TabOrder = 6
  225.       end
  226.       object CheckBox17: TCheckBox
  227.         Left = 220
  228.         Top = 144
  229.         Width = 97
  230.         Height = 17
  231.         Caption = 'Scan ad'
  232.         Checked = True
  233.         State = cbChecked
  234.         TabOrder = 7
  235.       end
  236.     end
  237.     object TabSheet4: TTabSheet
  238.       Caption = 'Proxy'
  239.       ImageIndex = 3
  240.       object CheckBox8: TCheckBox
  241.         Left = 40
  242.         Top = 28
  243.         Width = 97
  244.         Height = 17
  245.         Caption = 'Uses Proxy'
  246.         TabOrder = 0
  247.       end
  248.       object GroupBox1: TGroupBox
  249.         Left = 24
  250.         Top = 64
  251.         Width = 349
  252.         Height = 105
  253.         Caption = 'Proxy parameters'
  254.         TabOrder = 1
  255.         object Label1: TLabel
  256.           Left = 44
  257.           Top = 32
  258.           Width = 80
  259.           Height = 13
  260.           Caption = 'Proxy ip address:'
  261.         end
  262.         object Label2: TLabel
  263.           Left = 44
  264.           Top = 68
  265.           Width = 22
  266.           Height = 13
  267.           Caption = 'Port:'
  268.         end
  269.         object Edit1: TEdit
  270.           Left = 164
  271.           Top = 28
  272.           Width = 121
  273.           Height = 21
  274.           TabOrder = 0
  275.         end
  276.         object Edit2: TEdit
  277.           Left = 164
  278.           Top = 64
  279.           Width = 121
  280.           Height = 21
  281.           TabOrder = 1
  282.         end
  283.       end
  284.     end
  285.   end
  286.   object Timer1: TTimer
  287.     Enabled = False
  288.     Interval = 500
  289.     OnTimer = Timer1Timer
  290.     Left = 168
  291.     Top = 136
  292.   end
  293. end
  294.